←Select platform

Add<T>(string,T,DateTime,string) Method

Summary

Adds a new item into the cache using the specified absolute expiration data and region name.

Syntax
C#
C++/CLI
Java
Python
public virtual bool Add<T>( 
   string key, 
   T value, 
   DateTime absoluteExpiration, 
   string regionName 
) 
public:  
   generic<typename T> 
   virtual bool Add( 
      String^ key, 
      T value, 
      System::DateTime absoluteExpiration, 
      String^ regionName 
   ) 
public<T> boolean add(String key, T value, Class<?> classOfT, Date absoluteExpiration, String regionName) 

Parameters

key

Unique identifier of the cache item.

value

Data for the cache item.

absoluteExpiration

Absolute expiration date to use.

regionName

Optional name of a region in cache.

Return Value

true if the item was added successfully, false if there is an item in the cache that has the same key.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.